library(readxl)
<-read_excel("avocado.csv..xlsx") Caso_Aguacate_xls
🥑GRAFICA PERSONALIZADA
GRAFICA MEJORADA DE PRECIOS PROMEDIOS DE AGUACATE CON LAS BOLSAS TOTALES
# ASIGNANDO LA REGION
library(ggplot2)
<- ggplot(Caso_Aguacate_xls, aes(x=`AveragePrice (PRECIO PROMEDIO)`,
p y=`Total Bags (BOLSAS TOTALES)`,
colorspaces, size = `region (REGION)`))+geom_point()+ geom_smooth()
p